<input type="text" id="txtReminderMinutes" runat="server" maxlength="2" style="width: 28px"/>(Days/hours/minutes prior to show start for reminder to display)
</div>
<div id="killRemindersLabel" class="killRemindersLabel" runat="server">Kill All Set Reminders:</div>
<div class="killRemindersButton">
<span class="butKillReminders"><asp:LinkButton ID="KillAllReminders" runat="server" OnClick="Kill_All_Reminders_Click" ToolTip="Click this button to delete all reminders currently set.">Kill Reminders</asp:LinkButton></span>
<asp:RadioButtonList id="autoShowSearch" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" OnSelectedIndexChanged="hlSubmit_Click" Width="75px" ToolTip="Select Yes if you would like EWA to perform a daily auto-search using your saved searches that you have flagged to be included in the auto-search. Selecting No disables the auto-search functionality.">
<asp:RadioButtonList id="autoRecordSearch" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" OnSelectedIndexChanged="hlSubmit_Click" Width="75px" ToolTip="Select Yes if you would like EWA to perform a daily auto-search using your saved searches that you have flagged to be included in the auto-search. Selecting No disables the auto-search functionality.">
<input id="autoSearchEPGDays" type="text" name="autoSearchEPGDays" runat="server" style="width: 40px" title="Number of days in EPG that Auto-Search should search."/>
</div>
<div class="searchButton">
<span class="butAutoSearch"><asp:LinkButton ID="forceAutoSearch" runat="server" OnClick="forceSearch_Click" ToolTip="Click this button for auto-search to occur immediatly.">Search Now</asp:LinkButton></span>
</div>
<div id="programmeItemsLabel" class="programmeItemsLabel" runat="server">Programme Items to Display:</div>